home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / go32 / fs / wild.h < prev    next >
C/C++ Source or Header  |  1995-03-21  |  84b  |  7 lines

  1. #ifndef _WILD_H_
  2. #define _WILD_H_ 1
  3.  
  4. int wild(char *pattern, char *string);
  5.  
  6. #endif
  7.